Skip to content

Remove test deployment if PR is closed#1133

Merged
gregorydlogan merged 1 commit intoopencast:mainfrom
geichelberger:cleanup-after-merging
Mar 7, 2025
Merged

Remove test deployment if PR is closed#1133
gregorydlogan merged 1 commit intoopencast:mainfrom
geichelberger:cleanup-after-merging

Conversation

@geichelberger
Copy link
Copy Markdown
Contributor

This workflow automatically removes test deployment directories when a pull request is closed. It ensures that obsolete test environments are cleaned up, preventing unnecessary storage usage.

This workflow automatically removes test deployment directories when a
pull request is closed. It ensures that obsolete test environments are
cleaned up, preventing unnecessary storage usage.
@geichelberger geichelberger added the type:github_actions Pull requests that update GitHub Actions code label Mar 3, 2025
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 3, 2025

Use docker or podman to test this pull request locally.

Run test server using develop.opencast.org as backend:

podman run --rm -it -p 127.0.0.1:3000:3000 ghcr.io/opencast/opencast-admin-interface:pr-1133

Specify a different backend like stable.opencast.org:

podman run --rm -it -p 127.0.0.1:3000:3000 -e PROXY_TARGET=https://stable.opencast.org ghcr.io/opencast/opencast-admin-interface:pr-1133

It may take a few seconds for the interface to spin up.
It will then be available at http://127.0.0.1:3000.
For more options you can pass on to the proxy, take a look at the README.md.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 3, 2025

This pull request is deployed at test.admin-interface.opencast.org/1133/2025-03-03_18-48-50/ .
It might take a few minutes for it to become available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants